home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
NeXTmille
/
Source
/
TagView.h
< prev
next >
Wrap
Text File
|
1990-12-08
|
296b
|
21 lines
/* Generated by Interface Builder */
#import <appkit/View.h>
// A TagView is designed to be a base class for views which
// I want use tags. The NeXT tag mechanism for Views is currently
// only a hook.
@interface TagView:View
{
int myTag;
}
- setTag:( int )aTag;
- ( int )tag;
@end